[DEPRECATED] Use form field endpoints instead. Retrieves a specific incident custom field selection by id
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 176,
"incident_id": "34dcf480-39b4-485d-9f2e-d1de9dbf72de",
"value": "Qui ratione corporis autem.",
"selected_option_ids": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 176,
"incident_id": "34dcf480-39b4-485d-9f2e-d1de9dbf72de",
"value": "Qui ratione corporis autem.",
"selected_option_ids": []
}
}
}